Improve docs for the ::move_cursor signal.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 22 Jun 2004 19:50:36 +0000 (19:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 22 Jun 2004 19:50:36 +0000 (19:50 +0000)
* gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
for the ::move_cursor signal.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextview.c

index 9b1deeb05ef9f36e059f1b9f6ac23c18508cb652..a3ff17215b3e1d0f515f7892f248becb3d2db5ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+       for the ::move_cursor signal.
+
        * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
        "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
        Kendall)        
index 9b1deeb05ef9f36e059f1b9f6ac23c18508cb652..a3ff17215b3e1d0f515f7892f248becb3d2db5ed 100644 (file)
@@ -1,5 +1,8 @@
 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+       for the ::move_cursor signal.
+
        * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
        "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
        Kendall)        
index 9b1deeb05ef9f36e059f1b9f6ac23c18508cb652..a3ff17215b3e1d0f515f7892f248becb3d2db5ed 100644 (file)
@@ -1,5 +1,8 @@
 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+       for the ::move_cursor signal.
+
        * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
        "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
        Kendall)        
index 9b1deeb05ef9f36e059f1b9f6ac23c18508cb652..a3ff17215b3e1d0f515f7892f248becb3d2db5ed 100644 (file)
@@ -1,5 +1,8 @@
 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+       for the ::move_cursor signal.
+
        * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
        "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
        Kendall)        
index 932fced84fd4f6d7542af7a6a4acdb530f78510c..2c649ca4a0e5f6e25f2fe8dcbb1a4166171ecf3b 100644 (file)
@@ -699,8 +699,12 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
    * @extend_selection: %TRUE if the move should extend the selection
    *  
    * The ::move-cursor signal is a keybinding signal which gets emitted
-   * when the user initiates a cursor movement. Applications should not
-   * use it.
+   * when the user initiates a cursor movement. 
+   *
+   * Applications should not connect to it, but may emit it with 
+   * g_signal_emit_by_name() if they need to control scrolling 
+   * programmatically.
+   *
    */
   signals[MOVE_CURSOR] = 
     g_signal_new ("move_cursor",